home *** CD-ROM | disk | FTP | other *** search
/ Max Special: Max Gallery / Max Special Gallery.iso / pc / transi.dir / 00064.ls < prev    next >
Encoding:
Text File  |  1997-04-03  |  229 b   |  13 lines

  1. on exitFrame
  2.   global slide, oldTempo
  3.   if slide = 0 then
  4.     notAvaRollOverButton()
  5.     puppetTempo(oldTempo)
  6.     play frame the frame
  7.   else
  8.     set oldTempo to the frameTempo
  9.     puppetTempo(2)
  10.     play frame "1"
  11.   end if
  12. end
  13.